.black_mode {
  background-color: #000;
}
.black_mode .p2 .full_marketing_center .content .content_r .store .title,
.black_mode .p2 .full_marketing_center .content .content_r .member_enterprises .title {
  color: #ffffff;
  border-color: #545452;
  font-size: 20px;
}
.black_mode .p2 .full_marketing_center .content .content_r .store .title a,
.black_mode .p2 .full_marketing_center .content .content_r .member_enterprises .title a {
  color: #e2e5ec;
}
.black_mode .p2 .full_marketing_center .title .main_title {
  background: #ff5800;
  border-left-color: #4c4c4c;
}
.black_mode .p2 .full_marketing_center .title .line {
  border-color: #545454;
}
.black_mode .p2 .full_marketing_center .content .content_r .member_enterprises ul li img {
  border-color: #4c4948 !important;
}
.black_mode .p2 .full_marketing_center .content .content_r .store ul li .detail h2 {
  color: #8a8a8a;
  font-size: 12px;
}
.black_mode .p2 .full_marketing_center .content .content_r .store ul li .detail .f_title {
  color: #ff5800;
  font-size: 15px;
}
.black_mode .p2 .full_marketing_center .content .content_r .store ul li .detail .f_title span {
  color: #ffffff !important;
  font-size: 15px;
}
.black_mode .links .link_title {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 45px;
}
.black_mode .links ul {
  background: #282a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.black_mode .links ul li {
  width: 11.11%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  height: 120px;
  min-height: 100%;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.black_mode .links ul li .link_name {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
}
.black_mode .links ul li .link_icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.black_mode .links ul li .link_icon .icon {
  display: block;
  height: 17px;
  width: auto;
}

@media (max-width: 868px) {
  .black_mode .links ul li {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    width: 50% !important;
    height: auto !important;
    text-align: center !important;
    padding: 13px 0 !important;
  }
  .black_mode .links ul li:nth-child(9n+1) {
    border-left: 1;
  }
  .black_mode .links ul li:nth-child(n+10) {
    border-bottom: 1;
  }
  .black_mode .links ul li .link_name {
    width: auto !important;
  }
}